home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2006 December / PCWDEC06.iso / Software / Freeware / ShellFTP 0.7 / ShellFTP_0.7.exe / _ShellFTPContext.tmp / 0 / RCDATA / TSXEXTENDEDEXCEPTIONINFOWINDOW / TSXEXTENDEDEXCEPTIONINFOWINDOW.txt
Encoding:
Text File  |  2006-08-24  |  1.5 KB  |  79 lines

  1. object SxExtendedExceptionInfoWindow: TSxExtendedExceptionInfoWindow
  2.   Left = 428
  3.   Top = 207
  4.   BorderStyle = bsDialog
  5.   Caption = 'Error'
  6.   ClientHeight = 305
  7.   ClientWidth = 390
  8.   Color = clBtnFace
  9.   Font.Charset = RUSSIAN_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'Tahoma'
  13.   Font.Style = []
  14.   OldCreateOrder = True
  15.   Position = poDesktopCenter
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Image: TImage
  20.     Left = 4
  21.     Top = 5
  22.     Width = 32
  23.     Height = 32
  24.   end
  25.   object Label1: TLabel
  26.     Left = 6
  27.     Top = 86
  28.     Width = 134
  29.     Height = 13
  30.     Caption = 'Extended error information:'
  31.   end
  32.   object ShortInfo: TMemo
  33.     Left = 41
  34.     Top = 5
  35.     Width = 343
  36.     Height = 73
  37.     BorderStyle = bsNone
  38.     Color = clBtnFace
  39.     Ctl3D = False
  40.     ParentCtl3D = False
  41.     ReadOnly = True
  42.     TabOrder = 2
  43.   end
  44.   object ExtendedInfo: TMemo
  45.     Left = 4
  46.     Top = 102
  47.     Width = 381
  48.     Height = 168
  49.     Color = clBtnFace
  50.     Font.Charset = RUSSIAN_CHARSET
  51.     Font.Color = clWindowText
  52.     Font.Height = -12
  53.     Font.Name = 'Courier New'
  54.     Font.Style = []
  55.     ParentFont = False
  56.     ReadOnly = True
  57.     TabOrder = 3
  58.   end
  59.   object btnClose: TButton
  60.     Left = 310
  61.     Top = 275
  62.     Width = 75
  63.     Height = 25
  64.     Caption = 'Close'
  65.     Default = True
  66.     ModalResult = 1
  67.     TabOrder = 0
  68.   end
  69.   object btnClipboard: TButton
  70.     Left = 205
  71.     Top = 275
  72.     Width = 101
  73.     Height = 25
  74.     Caption = 'Copy to Clipboard'
  75.     TabOrder = 1
  76.     OnClick = btnClipboardClick
  77.   end
  78. end
  79.